$this->validate( $request, ['thing' => 'required'], ['thing.required' => 'this is my custom error message for required'] );